home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e8s.k < prev    next >
Encoding:
Text File  |  2003-04-30  |  7.2 KB  |  281 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000191,$000000AD,$000001DA,$0000029A,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000A1,$0000007B,$000002A0,$00000245,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oslide2,
  16.         oslide23,
  17.         oslide34,
  18.         oslide45
  19.     ];
  20.     Events is [
  21.         cOnscreenEvent
  22.         with Flags is $00000004; 
  23.             Commands is [
  24.                 cShowCommand
  25.                 with Flags is $00000004; Target is oslide2; end,
  26.                 cEnableCommand
  27.                 with Flags is $00000004; Target is oslide2; end,
  28.                 cFocusCommand
  29.                 with Target is oslide2; end,
  30.                 cRunCommand
  31.                 with Flags is $00000004; Target is oslide2; Rewind is true; end
  32.             ];
  33.         end
  34.     ];
  35. end;
  36.  
  37. object oslide2 is cImage
  38. with 
  39.     Flags is $00000010; 
  40.     Name is "slide"; 
  41.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  42.     
  43.     Width is 800; Height is 600; 
  44.     Duration is 2; Duration is 2; TimeScale is 1; 
  45.     URL is "../../Photos/Le%20myst%E8re%20de%20la%20chambre%20jaune/B%20Podalyd%E9s.jpg"; 
  46.     
  47.     
  48.     Events is [
  49.         cKeyboardEvent
  50.         with Test is IsSpace; 
  51.             Commands is [
  52.                 cFocusCommand
  53.                 with Target is oTargetSelf; end,
  54.                 cRunCommand
  55.                 with Target is oTargetSelf; Mode is Toggle; end
  56.             ];
  57.         end,
  58.         cMouseUpEvent
  59.         with Flag is true; 
  60.             Commands is [
  61.                 cRunCommand
  62.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  63.                 cEnableCommand
  64.                 with Target is oTargetSelf; Mode is Clear; end,
  65.                 cShowCommand
  66.                 with Target is oTargetSelf; Mode is Clear; end,
  67.                 cRunCommand
  68.                 with Target is oslide23; Mode is Clear; Rewind is true; end,
  69.                 cEnableCommand
  70.                 with Target is oslide23; Mode is Clear; end,
  71.                 cShowCommand
  72.                 with Target is oslide23; Mode is Clear; end,
  73.                 cBackCommand
  74.                 with end
  75.             ];
  76.         end,
  77.         cFinishedEvent
  78.         with 
  79.             Commands is [
  80.                 cShowCommand
  81.                 with Target is oslide2; Mode is Clear; end,
  82.                 cEnableCommand
  83.                 with Target is oslide2; Mode is Clear; end,
  84.                 cRunCommand
  85.                 with Target is oslide2; Mode is Clear; Rewind is true; end,
  86.                 cFocusCommand
  87.                 with Target is oslide23; end,
  88.                 cShowCommand
  89.                 with Target is oslide23; end,
  90.                 cEnableCommand
  91.                 with Target is oslide23; end,
  92.                 cRunCommand
  93.                 with Target is oslide23; Rewind is true; end
  94.             ];
  95.         end
  96.     ];
  97. end;
  98.  
  99. object oslide23 is cImage
  100. with 
  101.     Name is "slide2"; 
  102.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  103.     
  104.     Width is 800; Height is 600; 
  105.     Duration is 2; Duration is 2; TimeScale is 1; 
  106.     URL is "../../Photos/Le%20myst%E8re%20de%20la%20chambre%20jaune/D%20Podalyd%E9s.jpg"; 
  107.     
  108.     
  109.     Events is [
  110.         cKeyboardEvent
  111.         with Test is IsSpace; 
  112.             Commands is [
  113.                 cFocusCommand
  114.                 with Target is oTargetSelf; end,
  115.                 cRunCommand
  116.                 with Target is oTargetSelf; Mode is Toggle; end
  117.             ];
  118.         end,
  119.         cMouseUpEvent
  120.         with Flag is true; 
  121.             Commands is [
  122.                 cEnableCommand
  123.                 with Target is oTargetSelf; Mode is Clear; end,
  124.                 cShowCommand
  125.                 with Target is oTargetSelf; Mode is Clear; end,
  126.                 cRunCommand
  127.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  128.                 cEnableCommand
  129.                 with Target is oslide34; Mode is Clear; end,
  130.                 cShowCommand
  131.                 with Target is oslide34; Mode is Clear; end,
  132.                 cRunCommand
  133.                 with Target is oslide34; Mode is Clear; Rewind is true; end,
  134.                 cBackCommand
  135.                 with end
  136.             ];
  137.         end,
  138.         cFinishedEvent
  139.         with 
  140.             Commands is [
  141.                 cShowCommand
  142.                 with Target is oslide23; Mode is Clear; end,
  143.                 cEnableCommand
  144.                 with Target is oslide23; Mode is Clear; end,
  145.                 cRunCommand
  146.                 with Target is oslide23; Mode is Clear; Rewind is true; end,
  147.                 cFocusCommand
  148.                 with Target is oslide34; end,
  149.                 cShowCommand
  150.                 with Target is oslide34; end,
  151.                 cEnableCommand
  152.                 with Target is oslide34; end,
  153.                 cRunCommand
  154.                 with Target is oslide34; Rewind is true; end
  155.             ];
  156.         end
  157.     ];
  158. end;
  159.  
  160. object oslide34 is cImage
  161. with 
  162.     Name is "slide3"; 
  163.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  164.     
  165.     Width is 800; Height is 600; 
  166.     Duration is 2; Duration is 2; TimeScale is 1; 
  167.     URL is "../../Photos/Le%20myst%E8re%20de%20la%20chambre%20jaune/Le%20mystere%20de%20la%20chambre%20ja.jpg"; 
  168.     
  169.     
  170.     Events is [
  171.         cKeyboardEvent
  172.         with Test is IsSpace; 
  173.             Commands is [
  174.                 cFocusCommand
  175.                 with Target is oTargetSelf; end,
  176.                 cRunCommand
  177.                 with Target is oTargetSelf; Mode is Toggle; end
  178.             ];
  179.         end,
  180.         cMouseUpEvent
  181.         with Flag is true; 
  182.             Commands is [
  183.                 cEnableCommand
  184.                 with Target is oTargetSelf; Mode is Clear; end,
  185.                 cShowCommand
  186.                 with Target is oTargetSelf; Mode is Clear; end,
  187.                 cRunCommand
  188.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  189.                 cEnableCommand
  190.                 with Target is oslide45; Mode is Clear; end,
  191.                 cShowCommand
  192.                 with Target is oslide45; Mode is Clear; end,
  193.                 cRunCommand
  194.                 with Target is oslide45; Mode is Clear; Rewind is true; end,
  195.                 cBackCommand
  196.                 with end
  197.             ];
  198.         end,
  199.         cFinishedEvent
  200.         with 
  201.             Commands is [
  202.                 cShowCommand
  203.                 with Target is oslide34; Mode is Clear; end,
  204.                 cEnableCommand
  205.                 with Target is oslide34; Mode is Clear; end,
  206.                 cRunCommand
  207.                 with Target is oslide34; Mode is Clear; Rewind is true; end,
  208.                 cFocusCommand
  209.                 with Target is oslide45; end,
  210.                 cShowCommand
  211.                 with Target is oslide45; end,
  212.                 cEnableCommand
  213.                 with Target is oslide45; end,
  214.                 cRunCommand
  215.                 with Target is oslide45; Rewind is true; end
  216.             ];
  217.         end
  218.     ];
  219. end;
  220.  
  221. object oslide45 is cImage
  222. with 
  223.     Flags is $00000150; 
  224.     Name is "slide4"; 
  225.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  226.     
  227.     Width is 800; Height is 600; 
  228.     Duration is 2; Duration is 2; TimeScale is 1; 
  229.     URL is "../../Photos/Le%20myst%E8re%20de%20la%20chambre%20jaune/O%20Gourmet.jpg"; 
  230.     
  231.     
  232.     Events is [
  233.         cKeyboardEvent
  234.         with Flags is $00000004; Test is IsSpace; 
  235.             Commands is [
  236.                 cFocusCommand
  237.                 with Flags is $00000004; Target is oTargetSelf; end,
  238.                 cRunCommand
  239.                 with Flags is $00000004; Target is oTargetSelf; Mode is Toggle; end
  240.             ];
  241.         end,
  242.         cMouseUpEvent
  243.         with Flags is $00000004; Flag is true; 
  244.             Commands is [
  245.                 cEnableCommand
  246.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  247.                 cShowCommand
  248.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  249.                 cRunCommand
  250.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  251.                 cEnableCommand
  252.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  253.                 cShowCommand
  254.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  255.                 cRunCommand
  256.                 with Flags is $00000004; Target is oslide2; Mode is Clear; Rewind is true; end,
  257.                 cBackCommand
  258.                 with Flags is $00000004; end
  259.             ];
  260.         end,
  261.         cFinishedEvent
  262.         with Flags is $00000004; 
  263.             Commands is [
  264.                 cShowCommand
  265.                 with Flags is $00000004; Target is oslide45; Mode is Clear; end,
  266.                 cEnableCommand
  267.                 with Flags is $00000004; Target is oslide45; Mode is Clear; end,
  268.                 cRunCommand
  269.                 with Flags is $00000004; Target is oslide45; Mode is Clear; Rewind is true; end,
  270.                 cFocusCommand
  271.                 with Flags is $00000004; Target is oslide2; end,
  272.                 cShowCommand
  273.                 with Flags is $00000004; Target is oslide2; end,
  274.                 cEnableCommand
  275.                 with Flags is $00000004; Target is oslide2; end,
  276.                 cRunCommand
  277.                 with Flags is $00000004; Target is oslide2; Rewind is true; end
  278.             ];
  279.         end
  280.     ];
  281. end;